home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / basic / newcommandset / newcommandset.readme < prev    next >
Text File  |  1999-06-14  |  3KB  |  75 lines

  1. Short:    NCS V1.85 - 23 new Blitz Basic II libs to give it a second life...
  2. Author:   alphasnd@sdv.fr (Laboureur Frederic)
  3. Uploader: alphasnd@sdv.fr (Laboureur Frederic)
  4. Version:  1.85
  5. Type:     dev/basic
  6. Replace:  NewCommandSet.lha
  7.  
  8.   Imagine... Use your Blitz 2 compiler to produce very small and very
  9.   fast executables, without lot of changes... This dream is reality.
  10.  
  11.   This new set includes 23 libraries:
  12.  
  13.     Window    (Window replacement library)
  14.     Screen    (Screen replacament library)
  15.     Chunky    (New library, for chunky manipulation)
  16.     Misc      (Some commands replacement)
  17.     Memory    (Memory based commands replacement)
  18.     String    (String based commands replacement)
  19.     ASL       (ASL Library management)
  20.     Font      (Font library replacement)
  21.     GadTools  (For creating good looking interfaces)
  22.     Locale    (Catalog support for localized programs)
  23.     Picture   (IFF/ILBM library replacement, very fast)
  24.     Drawing   (2D Drawing stuffs, system friendly)
  25.     BitMap    (BitMap routine replacement)
  26.     Palette   (Palette functions with FadeOut routine)
  27.     XPK       (Easy XPK support)
  28.     WBStartup (New WbStartup library for even small exe)
  29.     Clipboard (Easy Amiga clipboard support for text)
  30.     App       (For supporting AppWindows and AppMenu)
  31.     OS        (OS functions)
  32.     TagList   (TagList easy handling)
  33.     Commodity (Commodity handling)
  34.     ToolTypes (Easy icons tooltypes handling)
  35.  
  36.   With this set, you will able to produce under 3 kb executables which open
  37.   a screen, some windows and more :). Normal executables would have take
  38.   more than 30 kb to do the same.
  39.  
  40.   And better, you can now check every importants commmands result, so you will
  41.   be able to check if the window or the screen is really opened.
  42.  
  43.   All the commands are now FULLY system friendly, not like old Acid ones :(.
  44.  
  45.   It has a very easy installer script which can do all the installation alone.
  46.  
  47.   * NEW in V1.85 **************************************************************
  48.  
  49. NCommodity Library (Re)Added:
  50.   + 16 functions to handle all the commodity related stuffs.
  51.   + Runtime debugger support for all functions.
  52.  
  53. NToolTypes Added:
  54.   + Brand new commodity to read the ToolTypes contained in
  55.     any icons. Runtime debugger is supported.
  56.   Functions summary:
  57.     + NFindToolType()
  58.     + NInitToolType()
  59.     + NLoadToolType()
  60.     + NMatchToolTypeValue()
  61.  
  62. Xpk Library:
  63.   + Added NUnPackTagList() for advanced users
  64.  
  65. Bug Fixes:
  66.   + Possible NASLFileRequester() error (strange) removed...
  67.  
  68. Misc:
  69.   + Documentation updated for NCommodity & NToolTypes.
  70.  
  71.  
  72.       Enjoy the Amiga POWER !
  73.  
  74.             Fred.
  75.